From 8ab7faf0b4ef1a8f1de13168721f2cb693ce4716 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 18 Feb 2016 17:46:40 +0100 Subject: [PATCH] add randconfig target to Makefile This allows us to generate a random config which can be used for build testing random configurations. Signed-off-by: Doug Goldstein Acked-by: Jan Beulich --- xen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index 5d98bcbf2f..349f63aebd 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -238,7 +238,8 @@ FORCE: $(MAKE) -f $(BASEDIR)/Rules.mk -C $* built_in.o built_in_bin.o kconfig := silentoldconfig oldconfig config menuconfig defconfig \ - nconfig xconfig gconfig savedefconfig listnewconfig olddefconfig + nconfig xconfig gconfig savedefconfig listnewconfig olddefconfig \ + randconfig .PHONY: $(kconfig) $(kconfig): $(MAKE) -f $(BASEDIR)/tools/kconfig/Makefile.kconfig ARCH=$(ARCH) SRCARCH=$(SRCARCH) $@ -- 2.30.2